dynamic cursor造句
例句與造句
- Table design precludes a keyset or dynamic cursor
表的設(shè)計(jì)無法使用keyset或dynamic游標(biāo) - The absolute fetch option is not supported with dynamic cursors
動(dòng)態(tài)游標(biāo)不支持absolute提取選項(xiàng)。 - Number of times a dynamic cursor request has been specified
動(dòng)態(tài)游標(biāo)請求指定動(dòng)態(tài)游標(biāo)請求的次數(shù)。 - Methods for dynamic cursors
方法的調(diào)用來模擬 - For dynamic cursors it more complex when the fetch size is greater than 1
對于動(dòng)態(tài)游標(biāo),當(dāng)提取大小大于1時(shí),這更為復(fù)雜。 - It's difficult to find dynamic cursor in a sentence. 用dynamic cursor造句挺難的
- Dynamic cursors including regular forward - only cursors do not retrieve rows until they are fetched
動(dòng)態(tài)游標(biāo)(包括通常的只進(jìn)游標(biāo))只有在提取行時(shí)才進(jìn)行檢索。 - The rowcount option does not affect dynamic cursors , but it does limit the rowset of keyset and insensitive cursors
Rowcount選項(xiàng)對動(dòng)態(tài)游標(biāo)無效,但它可以限制鍵集的行集和不區(qū)分游標(biāo)。 - The type ss scroll dynamic cursor has the same behavior until the cursor is moved out of the current fetch buffer
Type _ ss _ scroll _ dynamic游標(biāo)在從當(dāng)前的提取緩沖區(qū)移出之前,其行為與此相同。 - If an application does not want to see transient deleted rows by using dynamic cursors , a fetch relative should be used
如果應(yīng)用程序不希望使用動(dòng)態(tài)游標(biāo)查看暫時(shí)刪除的行,則應(yīng)使用fetch relative ( 0 ) 。 - Forward and dynamic cursors expose deleted rows in a similar way , but only while the cursors remain accessible in the fetch buffer
僅當(dāng)向前游標(biāo)和動(dòng)態(tài)游標(biāo)在提取緩沖區(qū)中可訪問時(shí),它們才以相似的方式展示已刪除的行。 - For dynamic cursors , updated rows will retain their position within the fetch buffer until the window that is defined by the fetch buffer is left
對于動(dòng)態(tài)游標(biāo),更新行將保留這些行在提取緩沖區(qū)中的位置,直到離開提取緩沖區(qū)所定義的窗口。 - If a keyset - driven or dynamic cursor is used together with an except or intersect operation , the cursor of the result set of the operation is converted to a static cursor
如果由鍵集驅(qū)動(dòng)的游標(biāo)或動(dòng)態(tài)游標(biāo)與except或intersect運(yùn)算一起使用,則運(yùn)算的結(jié)果集的游標(biāo)轉(zhuǎn)換為靜態(tài)游標(biāo)。 - In sql server 2005 , when a dynamic cursor is declared over a table with no unique indexes , and a row is deleted outside the cursor , a subsequent refresh of the cursor retrieves a placeholder for the row with null data
在sql server 2005中,如果對沒有唯一索引的表聲明動(dòng)態(tài)游標(biāo)并在游標(biāo)外刪除行,則隨后對游標(biāo)的刷新會(huì)檢索包含null數(shù)據(jù)的行的占位符。